type regexp.inputString
8 uses
regexp (current package)
exec.go#L52: string inputString
regexp.go#L387: type inputString struct {
regexp.go#L391: func (i *inputString) step(pos int) (rune, int) {
regexp.go#L402: func (i *inputString) canCheckPrefix() bool {
regexp.go#L406: func (i *inputString) hasPrefix(re *Regexp) bool {
regexp.go#L410: func (i *inputString) index(re *Regexp, pos int) int {
regexp.go#L414: func (i *inputString) context(pos int) lazyFlag {
regexp.go#L799: is := inputString{str: s}
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |